home *** CD-ROM | disk | FTP | other *** search
- #VRML V2.0 utf8
-
- #ë╞é╠âvâìâgâ^âCâvÉΘî╛
- PROTO House[
- field SFVec3f position 0 0 0
- field SFRotation turn 1 1 0 0.524
- field SFVec3f size 1 1 1
- field SFColor roofColor 1 0 0
- field SFColor bodyColor 0 1 0
- ]{
- Transform{
- translation IS position
- rotation IS turn
- scale IS size
- children[
- #ë«ì¬
- Shape{
- geometry IndexedFaceSet{
- coord Coordinate{
- point[
- 0 1 0,
- 1 0 1,
- 1 0 -1,
- -1 0 -1,
- -1 0 1
- ]
- }
- coordIndex[
- 0,1,2,-1,
- 0,2,3,-1,
- 0,3,4,-1,
- 0,4,1,-1,
- 1,2,3,4,-1
- ]
- solid FALSE
- }
- appearance Appearance{
- material Material{
- diffuseColor IS roofColor
- }
- }
- },
- #ë╞û{æ╠
- Transform{
- translation 0 -0.5 0
- children[
- Shape{
- geometry Box{
- size 1.6 1.0 1.6
- }
- appearance Appearance{
- material Material{
- diffuseColor IS bodyColor
- }
- }
- }
- ]
- }
- ]
- }
- }
-